home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2840 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.8 KB

  1. Path: news.ios.com!usenet
  2. From: vlad@gramercy.ios.com (vlad)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Compiling OWL under Visual C++
  5. Date: Sat, 20 Jan 1996 00:46:25 GMT
  6. Organization: Internet Online Services
  7. Message-ID: <4dpdqc$1oc@news.ios.com>
  8. References: <1996Jan8.130134.12002@es.dupont.com>
  9. NNTP-Posting-Host: ppp-41.ts-7.hck.idt.net
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. Malcolm Smart <MALCOLM.SMART@CONOCO.DUPONT.COM> wrote:
  13.  
  14. >I know it's a specific compiler question rather than a C++ question, but 
  15. >where else could I post it to reach the audience that attends this 
  16. >Newsgroup?
  17.  
  18. >--
  19.  
  20. >Is it possible to take existing Borland OWL code, throw it into the VC++ 
  21. >IDE, compile and run it without modification?  I already use OWL and want 
  22. >to jump ship to Visual C++ && MFC and I'm hoping I can support my 
  23. >existing code under the new environment.
  24.  
  25. I wonder why would you like to do it. Either you are happy with
  26. Borland C++, which is really good, and use a framework called OWL or
  27. you think you would be more happy with Visual C++, which uses a
  28. framework called MFC. Those two frameworks are not compatible due to
  29. design philosophy and also you need to use DLLs for runtime support
  30. for your stuff. 
  31.  
  32. But there is a solution for your desires: get source code for all your
  33. DLL that contains OWL, recompile it, wait for compile error messages,
  34. modify DLL code, compile it, wait for compile messages and maybe it
  35. will work. I would not even attempt to do it.
  36.  
  37. If you code is really carefully written, you can easily separate your
  38. application (domain model) code from OWL and then easily generate new
  39. MFC code that will replace your OWL code. It will be faster and safer.
  40.  
  41.  
  42.  
  43.  
  44.  
  45. *******************************************
  46. *    Vlastimil Adamovsky                  *
  47. *  Smalltalk and C++ development          *
  48. *******************************************
  49.  
  50.